ListSourceType Enumeration
Represents how to populate the entry list in a combo box or list box control.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum ListSourceType
Public Enumeration ListSourceType
| Table | 0 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| Query | 1 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| Sql | 2 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| SqlPassThrough | 3 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| ValueList | 4 |
Entry list populated by values specified by the form.
|
| TableFields | 5 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| None | 6 |
None.
|